I have a POCO class, which inherits from a few classes to give it INotifyPropertyChanged and DataAnnotations support. When WebApi returns an instance of Court, the JSON.NET serializer chokes on the anonymous method delegate in ModelPropertyAnnotationsValidation with an exception (showing the RAW response from Fiddler):I have a POCO class, which inherits from a few