public void Change(Note note) { Log.Instance.Info("Изменение заметки с {0} ID {1}", note.Title, note.Id); _notesRepository.Change(note); }