public static string GetExchangeName<T>()
            where T : class, IQueuing, new()
        {
            var type = typeof(T);
            return