public void CastEnumOrFailWithNull()
 {
     Fail.CastEnumOrFail <ContractorType>(null, "null");
 }