static void Main() { WcfHost host = new WcfHost(); host.Initialize(); host.Run(); //host.RunServiceWithWebRequest(); }