namespace BankDataModels.Models { public interface ITermModel : IId { int ProgramId { get; } int Duration { get; } } }