namespace Yavsc.Billing { public interface IBillingImpacter {  decimal Impact(decimal orgValue); } }