public bool ShouldInterceptMethod(Type type, System.Reflection.MethodInfo methodInfo)
 {
     return(EntitiesContext.ShouldInterceptMethod(type, methodInfo));
 }