namespace UserManagement.Repository { public interface ITypeHelperService { bool TypeHasProperties(string fields); } }