public static StatusResults Status(StatusCommand command) { //Populate the command with the status results command.Execute(); return command.Results; }