public interface IBillingClause {
string Description {get; set;}
IBillingImpacter Impacter { get; }
}