public static void Main(string[] args)
 {
     servicesHost = new ServicesHost();
     servicesHost.Start();
 }