public class ContentProcessor1 : ContentProcessor<TInput, TOutput> { public override TOutput Process( TInput input, ContentProcessorContext context ) { // TODO: process the input object, and return the modified data. throw new NotImplementedException(); } }