namespace RehauSku.Assist { interface IProduct { string Id { get; } string Name { get; } string Price { get; } } }