public void CleanUp() { _encryptionService.Delete(_protoService.Options.WalletPublicKey); _protoService.Options.WalletPublicKey = null; _client.Send(new DeleteAllKeys()); _creationState = null; }