public static Todo CreateFrom(UpdateTodoCommand command, Todo todo) { todo.ChangeDescrition(command.Description); return(todo); }