protected Skill(BaseSkillBuilder builder)
 {
     this.KeyAbility  = builder.GetGoverningAttribute();
     this.Id          = builder.GetId();
     this.TrainedOnly = builder.GetTrainedOnly();
 }