public SetTrigger(AnimatorWrapper self)
 {
     this.self = self;
 }
 public Play(AnimatorWrapper self)
 {
     this.self = self;
 }
 public GetInteger(AnimatorWrapper self)
 {
     this.self = self;
 }
 public GetNumber(AnimatorWrapper self)
 {
     this.self = self;
 }
 public GetBool(AnimatorWrapper self)
 {
     this.self = self;
 }