namespace ClosedXML_Examples { public interface IXLExample { void Create(string filePath); } }