/// <remarks>You can confirm the removal by comparing the tasks inventory serial before and after the
/// request with the <see cref="RequestTaskInventory"/> request combined with
/// the <seealso cref="TaskInventoryReply"/> event</remarks>
public void RemoveTaskInventory(long objectLocalID, UUID taskItemID, Simulator simulator)
{
RemoveTaskInventoryPacket remove = new RemoveTaskInventoryPacket();
remove.AgentData.AgentID = Client.self.getAgentID();
remove.AgentData.SessionID = Client.self.getSessionID();
remove.InventoryData.ItemID = taskItemID;
remove.InventoryData.LocalID = objectLocalID;