static void Main(string[] args) { FireUp.Go(); Console.ReadKey(); }
protected override void OnStart(string[] args) { FireUp.Go(); }