public void List() => _client .GetAsync(Release.Definitions("manuel", "packer-tasks")) .ToEnumerable() .Should() .NotBeEmpty();