public static WorldBuilder AddSteering2DFeature(this WorldBuilder self)
 {
     return(self.AddSteering2DFeature(c => c));
 }