/// <summary> /// Initializes a new instance of the <see cref="MethodValidatorInterceptor"/> class. /// </summary> /// <param name="contributor">The contributor.</param> public MethodValidatorInterceptor(MethodValidationContributor contributor) { this.contributor = contributor; }