protected override void Generate(IReportWriter write)
        {
            if (write == null)
            {
                throw new ArgumentNullException("write");
            }

            write.Heading("Monthly Operation and Maintenance for Forss");

            write.UnorderedList("Production 10.3 GWh", "Availability 97.8%", "etc");
        }
        protected override void Generate(IReportWriter write)
        {
            if (write == null)
            {
                throw new ArgumentNullException("write");
            }

            write.Heading("Forss Reliability");

            write.UnorderedList("January: Very reliable", "February: like clockwork", "etc");
        }