public bool IsSupportPenProfile() { if (PenClient == null || !PenClient.Alive || Protocol == -1) { throw new RequestIsUnreached(); } if (Protocol == Protocols.V1) { return(mClientV1.IsSupportPenProfile()); } else { return(mClientV2.IsSupportPenProfile()); } }