public void Validate(UpdateMyEntityCommand command)
 {
     throw new NotImplementedException();
 }
 public Task HandleAsync(UpdateMyEntityCommand command)
 {
     throw new NotImplementedException();
 }