GetServer faz parte da API antiga. Para usar o novo, brilhante e
async -ready API simplesmente chame GetDatabase diretamente no cliente para obter um IMongoDatabase e GetCollection nele para obter um IMongoCollection :var db = client.GetDatabase("HamsterSchool");
var collection = db.GetCollection<Hamster>("Hamsters");