public async Task <BlobFileDto> AddItemPic([FromRoute] int id, [FromBody] BlobFileDto dto) { return(await ItemAppService.AddItemPic(id, dto)); }