// RB2 Core Connect namespace CoreConnect.Commerce.Messages;public class UpdateProductType{ public string? Name { get; set; } public string? Description { get; set; } public string? Key { get; set; }}