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