public void Test_GetPositionByPerson_Null_NullRef_Exc()
 {
     Assert.Throws <NullReferenceException>(() => ht.GetPosition(null));
 }