public void ShouldParseReportCommand() { var command = ReportCommand.Parse("REPORT"); Assert.NotNull(command); }