protected virtual async Task TearDown()
    {
        await MongoService.DropDatabaseAsync();

        await Task.Delay(Delay);
    }