public async Task RemoveAsync(Guid id)
 => await Authors.DeleteOneAsync(x => x.AuthorId == id);