public async Task CreateAsync(Note note) { await _context.AddAsync(note); await _context.SaveChangesAsync(); }