public int GetDef()
 {
     return(_decorator.GetDef() + _def);
 }