namespace StructureHelperCommon.Services { public interface IMathRoundLogic { double RoundValue(double value); } }