public function testDownloadRulesIsEmptyArrayOnFreshObject()
 {
     $this->assertSame([], $this->subjectUnderTest->getDownloadRules());
 }