protected ResponseOut(ErrorOut error) { this.Error = NullableObject <ErrorOut> .FromResult(error); }
protected ValidationResult(ErrorOut error) { this.Error = NullableObject <ErrorOut> .FromResult(error); }