namespace ConsoleApp1.report { public class ReportFormatter : IReportFormatter { public byte[] PrepareReport(IReportContent report) { // TODO return new byte[0]; } } }