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