public IEnumerable <ICall> AllCalls()
 {
     return(_stack.ToArray().Reverse());
 }