public Task <bool> CheckCredentials(string login, string hash)
 {
     return(_chatManager.CheckCredentialsAsync(login, hash));
 }