public static AjaxResponse Authenticate(this IAccount operations, LoginModel body = default(LoginModel))
 {
     return(operations.AuthenticateAsync(body).GetAwaiter().GetResult());
 }