public async Task <Item> Get(int id)
 {
     return(await _itemsManager.GetItemById(id));
 }