public static void RunServer() { CreateHttpServer().Run(ServerConfiguration.ReadConfiguration().ServerAddress); }