public Task <ResultDto> ForgotPassword(string email, WebCoreSettings bravosetting)
 {
     throw new NotImplementedException();
 }
 public AccountController(IOptionsSnapshot <WebCoreSettings> options)
 {
     _webCoreSettings = options.Value;
 }