namespace Bro.Common.Interface { public interface ICSVOutput { string GetCSVHead(); string GetCSVData(); } }