public UpdateCommand(Guid id, CategoryRequest dto) { Id = id; Dto = dto; }
public CreateCommand(CategoryRequest dto) { Dto = dto; }