public Int256 ExpMod_Int256() { Int256.ExpMod(A.Item2, B.Item2, C.Item2, out Int256 res); return(res); }