using System.Collections.Generic; namespace UserManagement.Repository { public interface IPropertyMappingService { bool ValidMappingExistsFor(string fields); Dictionary GetPropertyMapping(); } }