public function accept(RecordProvider $visitor)
 {
     /* @var ProviderInterface $this */
     $visitor->visit($this);
 }