private bool ConnectToEnterpriseServer(string url, string username, string password) { return(ES.Connect(url, username, password)); }