namespace ConsoleApp1.report { public interface IReportFormatter { byte[] PrepareReport(IReportContent report); } }