public async Task UpdateAsync()
        {
            await _featureManager.SetForTenantAsync(Guid.NewGuid(), "MyApp.PdfReporting", true.ToString());

            await _featureManager.SetForUserAsync(Guid.NewGuid(), "MyApp.PdfReporting", true.ToString());
        }