public static ITextHttp CreateHttp(MetricsConfig config) { return(new TextHttp( config.ServerName, config.ServerPort)); }