namespace BBWY.Client.Models { public class PurchasePlatformModel { public string ProductId { get; set; } public Platform PurchasePlatform { get; set; } } }