static void Main(string[] args) { var hostOptions = new HostOptions { ServiceName = "IsesBackOfficeService", ServiceDisplayName = "Ises BackOffice Service" }; HostHelper.RunHost <Loader>(hostOptions); }