class AddLongOperator{
        Long method(Long x, Long y){
                return x + y;
        }
}