public PersistentMetasploitNote(MetasploitNote note)
 {
     this.Data = note.Data;
     this.NoteType = note.NoteType;
     this.RemoteCreatedAt = note.RemoteCreatedAt;
     this.RemoteHostID = note.RemoteHostID;
     this.RemoteID = note.RemoteID;
     this.RemoteServiceID = note.RemoteServiceID;
     this.RemoteUpdatedAt = note.RemoteUpdatedAt;
     this.RemoteWorkspaceID = note.RemoteWorkspaceID;
 }
 public PersistentMetasploitNote(MetasploitNote note)
 {
     this.Data              = note.Data;
     this.NoteType          = note.NoteType;
     this.RemoteCreatedAt   = note.RemoteCreatedAt;
     this.RemoteHostID      = note.RemoteHostID;
     this.RemoteID          = note.RemoteID;
     this.RemoteServiceID   = note.RemoteServiceID;
     this.RemoteUpdatedAt   = note.RemoteUpdatedAt;
     this.RemoteWorkspaceID = note.RemoteWorkspaceID;
 }