private static void ensureRoverIsDeployed(IRover rover) { if (!rover.IsDeployed()) { throw new ReportException("Cannot create report because one or more rovers are not deployed"); } }
private static void ensureRoverIsDeployed(IRover rover) { if(!rover.IsDeployed()) { throw new ReportException("Cannot create report because one or more rovers are not deployed"); } }