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