[Verb("purge", HelpText = "Removes all messages from a queue destructively.")]
[ExecutableVerb(typeof(PurgeVerb))]
publicclassPurgeOptions:BaseConnectionOptions
{
[Option('q', "queue", Required = true, HelpText = "The queue to purge.")]
publicstringQueueName{get;set;}
[Option("confirm", HelpText = "Confirms the purging of the specified queue. If not provided, an interactive prompt will ask for confirmation.", Default = false)]