public override async ValueTask OnCompleteAsync(Domain domain, CancellationToken token = default)
 {
     await KeyGeneratorTableCleanUpTest.CheckKeyGeneratorTableIsEmptyAsync(UpgradeContext);
 }
 public override void OnComplete(Domain domain)
 {
     KeyGeneratorTableCleanUpTest.CheckKeyGeneratorTableIsEmpty(UpgradeContext);
 }