public TodoComment(TodoCommentDescriptor descriptor, string message, int position) : this()
 {
     this.Descriptor = descriptor;
     this.Message    = message;
     this.Position   = position;
 }
 public TodoComment(TodoCommentDescriptor descriptor, string message, int position) : this()
 {
     this.Descriptor = descriptor;
     this.Message = message;
     this.Position = position;
 }