// RB2 Core Connect namespace CoreConnect.Commerce.Catalog; public class GetCategoryRequest{ /// <summary> /// The ID of the Category. /// </summary> public string? Id { get; set; } /// <summary> /// The Key of the Category. /// </summary> public string? Key { get; set; } public string? Slug { get; set; }}