public static ServerCore SetNavigator(this ServerCore instance, Libraries.Cecer1.Navigator.Navigator navigatorInstance)
 {
     _navigatorInstance = navigatorInstance;
     return(instance);
 }
 public static ServerCore SetNavigator(this ServerCore instance, Libraries.Cecer1.Navigator.Navigator navigatorInstance)
 {
     _navigatorInstance = navigatorInstance;
     return instance;
 }