public static bool IsReservedExecutorName(string name)
 {
     return(SafeNativeMethods.mp_ValidatedGraphConfig_IsReservedExecutorName(name));
 }