public Note Post(Note note) { Log.Instance.Info("Создание заметки с {0} ID {1}", note.Title, note.Id); return(_notesRepository.Create(note)); }