public string GetFullName(string userId)
 {
     var handler = new AuthenticationHandler();
     return handler.GetFullName(userId);
 }