public function removeFeature(FeatureInterface $feature)
 {
     $this->features->removeKey($feature->getName());
     return $this;
 }