public static object StackPeek()
 {
     return(StackContext.Count == 0 ? null : StackContext.Peek());
 }