namespace BBWY.Client.Models { public class StoreResponse { public string StoreId { get; set; } public string StoreName { get; set; } } }