namespace dotless.Core.Parameters { using System.Collections.Generic; public interface IParameterSource { IDictionary GetParameters(); } }