private static TestAppHost InitHost() { var host = HostUtils.InitHost <TestAppHost>(); host.Start(BaseUrl); return(host); }