public async Task <ThumbnailDto> GetThumbnail([FromRoute] string itempic) { return(await ItemAppService.GetThumbnail(itempic)); }