using System.Collections.Generic; using XMLParser.Model; namespace XMLParser.Contract { public interface ICSVWriter : IProtokollWriter { } }