using System.Collections.Generic; namespace OpenStack.Serialization { /// public interface IQueryStringBuilder { /// IDictionary Build(); } }