TagAnnotation(Type type, float startTime, float duration)
 {
     this.startTime = startTime;
     this.duration  = duration;
     payload        = Payload.Create(type);
 }