public async Task DeleteByIdAsync <T>(string id, CancellationToken token = default) { await redisClient.DeleteByIdAsync <T>(id, token); }