There's no docs on this that I can see. Any reason why there is both? ``` csharp public static Indices All { get; } = new Indices(new Indices.AllIndicesMarker()); public static Indices AllIndices { get; } = new Indices(new Indices.AllIndicesMarker()); ```