OutputVar := instance.Dequeue()
Removes and returns the object at the beginning of the MfQueue.
Returns he object that is removed from the beginning of the MfQueue.
Throws MfInvalidOperationException if the MfQueue is empty.
If current Dequeue value is a null or empty then Null is returned.