public async Task GetContentAsync_StorageIsEmpty_ContentIsValid()
        {
            var content = await _target.GetContentAsync();

            Assert.Empty(content.Files);
        }