public async Task <HttpStatusCode> Connect(string domain, string username, string password) { SetApplicationCurrentProperty("domain", domain); SetApplicationCurrentProperty("username", username); SetApplicationCurrentProperty("password", password); return(await communicationManager.Connect(m_Url, serverName)); }