public void Add(string name, NoteMetadata metadata)
 {
     _notesMetadata.Add(name, metadata);
 }