static void Main(string[] args) { Bootstrapper.Setup(); _serverController = Bootstrapper.GetController(); _serverController.Begin(); Console.ReadLine(); }