/// Main entry point for the test command line class.
/// </summary>
publicclassProgram
{
/// <summary>
/// Usage string
/// </summary>
privateconststringGeneralUsageMessage="Usage: /ip:<system-ip or hostname> /user:<WDP username> /pwd:<WDP password> [/endpoint:<api to call>] [/directory:<directory to save mock data file(s)>";
Console.WriteLine("Data generated in directory {0}. Please make sure to remove any personally identifiable information from the response(s) before adding them as mock responses.",directory);