namespace Deltares.Maps { public interface IFeatureImporter { IFeatureRepository Repository { get; } IReader Reader { set; } void Import(); } }