namespace BTCPayServer.Client.Models { public class StoreData : StoreBaseData { /// /// the id of the store /// public string Id { get; set; } } }