private Task onInventoryInteract(object sender, InventoryInteractEventArgs args)
 {
     return(onInteract(sender, args));
 }
 private Task onInventoryInteract(InventoryInteractEventArgs args)
 {
     return(onInteract(args));
 }
		private async Task onInventoryInteract(object sender, InventoryInteractEventArgs args)
		{
			_inventoryIndex = await sayDefault(_inventoryInteracts, _inventoryIndex);
		}