public void ForId_IsValidated(string id, bool isValid)
 {
     command.SetPropertyNoSetter(nameof(command.Id), id);
     CheckValidation(isValid);
 }