/// <summary> /// Implements Interface member Execute to 'check storehouse' command. /// </summary> public void Execute() { receiver.CheckStorehouse(); }