public static EClient GetUser(string mailAdress, string password)
 {
     return(FClient.GetUser(mailAdress, password));
 }