static void Main(string[] args) { WCFhost host = new WCFhost(); host.OnStart(); }
protected override void OnStart(string[] args) { host.OnStart(); }