In C#, I cannot implicitly convert a long to an int.
long
int
long l = 5; int i = l; // CS0266: Cannot implicitly convert type \'long\' to \'in