public int CallCount() { if (CanCallHost) { return(_hostApi.CallCount()); } return(0); }
public int CallCount() { return(_hostApi.CallCount()); }