namespace SimpleHttpServer; public interface IParameterConverter { bool TryConvertFromString(string value, out object result); }