explicit operator bool( ) const { return InvocationCount( ) > 0; }
operator bool () { return InvocationCount() > 0; }