/// <summary> /// Constructor for the arguments class to ensure objects are all created /// before the parsing begins /// </summary> public Arguments() { _filename = string.Empty; Download = new DownloadVerb(); Metadata = new MetadataVerb(); Search = new SearchVerb(); Favourites = new FavouritesVerb(); }