public ActionResult <IEnumerable <CommandReadDto> > GetAllCommands() => Ok(mapper.Map <IEnumerable <CommandReadDto> >(storageBroker.GetAllCommands()));