[Option('s', "storage", Required = false, HelpText = "Storage path, where we save the logs and database")]
publicstringStoragePath{get;set;}
[Option('w', "webroot", Required = false, HelpText = "(Root Path for Reverse Proxies) If not specified, the default is \"(Content Root)/wwwroot\", if the path exists. If the path doesn\'t exist, then a no-op file provider is used.")]
[Option('w',"webroot",Required=false,
HelpText="(Root Path for Reverse Proxies) If not specified, the default is \"(Working Directory)\", if the path exists. If the path doesn\'t exist, then a no-op file provider is used."