public function addAsCompletion(Collection $collection)
 {
     $collection->completion($this);
     return $this;
 }