I am using my own custom implementation of IMultiTenantStore, after updating to 9.2. the method GetAllAsync(int take, int skip) was added.
How are implementations expected to implement this? What ordering of the should be used in regards to ITenantInfos in the take/skip? So far I don't even see any caller of that method, why was it added?