public Task <string> LoginAsync(string userName, UserAuthRole userAuthRole) =>
 Task.FromResult(JwtAuth.GenerateJwt(userName, $"{userAuthRole}", _jwtOptions));