protected function createTrait(TraitType $traitType)
 {
     return new TraitUse([new Name($traitType->getName())]);
 }