namespace StructureHelperCommon.Models.Parameters { public interface IProcessValuePairLogic { ValuePair GetValuePairByString(string s); } }