static void Main(string[] args) { var lighthouseService = new LighthouseService(); lighthouseService.Start(); Console.ReadLine(); lighthouseService.StopAsync().Wait(); }
public void StartService() { LighthouseActorService = new LighthouseService(); LighthouseActorService.Start(); }