public VerifyProfileCommandHandler(CoronaContext context, IRepository repository, IAndroidAttestation androidAttestation)
 {
     this.context            = context ?? throw new ArgumentNullException(nameof(context));
     this.repository         = repository ?? throw new ArgumentNullException(nameof(repository));
     this.androidAttestation = androidAttestation ?? throw new ArgumentNullException(nameof(androidAttestation));
 }