public Note GetNote(Guid NoteId) { Log.Instance.Info("запрос заметки с ID {0}", NoteId); return(_notesRepository.GetNote(NoteId)); }