Is it possible to send HttpStatusCode.Conflict(409) from ValidationResult method of System.ComponentModel.DataAnnotations
By default it is returning HttpStatusCode.BadRequest(400). is there any possible way to send different status codes with ValidationResult method.