public bool TryPush(T item)
 {
     return(UnsafeStack.TryPush <T>(m_inner, item));
 }