internal void ConvertIntToString(NumberClass source)
 {
     Assert.Equal(source.MapTo <NumberClassDto>().Count, source.Count.ToString());
 }