public HandshakeProviderTests()
 {
     _handshakeProvider = GetRequiredService <IHandshakeProvider>();
     _accountService    = GetRequiredService <IAccountService>();
 }