public async Task ShowItemInfoAsync([Remainder] string filterString)
 {
     await CsgoInventoryHandler.DisplayCsgoItemStatistics(Context, filterString);
 }