public int Sum(Input input)
 {
     return input.X + input.Y;
 }
 public int Substrqact(Input input)
 {
     return input.X - input.Y;
 }