public virtual async Task <bool> UseRing() { return(await ItemCommands.UseItem(_self, _ring)); }
public virtual async Task <bool> UseYellowScroll() { return(await ItemCommands.UseItem(_self, _yellowScroll)); }
public ItemService() { _iq = new ItemQuery(); _ic = new ItemCommands(); }