public IServer StartWith(Stage stage, Resources resources, Filters filters, int port, Configuration.SizingConf sizing, Configuration.TimingConf timing, string severMailboxTypeName, string channelMailboxTypeName) => ServerFactory.StartWith(stage, resources, filters, port, sizing, timing);
public IServer StartWith(Stage stage, HttpProperties properties) => ServerFactory.StartWith(stage, properties);
public IServer StartWith(Stage stage, Resources resources, Filters filters, int port, Configuration.SizingConf sizing, Configuration.TimingConf timing) => ServerFactory.StartWith(stage, resources, filters, port, sizing, timing);
public IServer StartWith(Stage stage) => ServerFactory.StartWith(stage);