internal static object ProjectionValueForPath(object materializer, object entry, Type expectedType, object path)
 {
     return(ODataEntityMaterializer.ProjectionValueForPath((ODataEntityMaterializer)materializer, MaterializerEntry.GetEntry((ODataEntry)entry), expectedType, (ProjectionPath)path));
 }