public void Should_GetNull_When_NoWordsInDb()
 {
     Assert.IsNull(mongoHandler.FindCardAtIndex(5));
     Assert.IsNull(mongoHandler.FindCardAtIndexAsync(5).Result);
 }