private static bool CanReadType(ODataMediaTypeFormatter formatter, Type type, HttpRequestMessage request)
 {
     // request is not used in AspNet.
     return(formatter.CanReadType(type));
 }