object box = (int)42; long unbox = (long)box;
object box = (int)42; long unbox = (long)(int)box;
http://habrahabr.ru/post/239219/