static void Main(string[] args) { long result = Fib(5 + 5); Console.WriteLine(result); var person = new Person(); person.Shoot(person); }