public static ISystemBuilder UseDefaultQueryPlanner(this ISystemBuilder builder)
 {
     return(builder.UseQueryPlanner <QueryPlanner>());
 }