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