Thank you for your answer, the url doesn't look to work,
I try to decorate my function with this
[ProducesResponseType(200, Type = typeof(ResponseWrapper<AuthenticateResultModel>))]
Also, I make the custom ResponseWrapper class, it seems to work and now I have also the swagger definition who reflect the wrap result.