namespace StructureHelperCommon.Services { public interface IDigitRoundLogic : IMathRoundLogic { int DigitQuant { get; set; } } }