internal class ContentResult { public object Content { get; set; } public string ContentType { get; set; } }