public async Task <Player> RemoveItem(Guid itemid, int amount) { return(await _processor.RemoveItem(itemid, amount)); }