using System; public interface IBuyable { string ProdId { get; } }