public global::System.Nullable <long> LookupSubscriptionId(string topicUri, global::WampSharp.V2.Core.Contracts.SubscribeOptions options)
 {
     return(mMethodHandler7(this, topicUri, options));
 }
 public Task <global::System.Nullable <long> > LookupSubscriptionIdAsync(string topicUri, global::WampSharp.V2.Core.Contracts.SubscribeOptions options)
 {
     return(SingleInvokeAsync <global::System.Nullable <long> >(mMethod7, topicUri, options));
 }
 public Task <global::System.Nullable <long> > LookupSubscriptionIdAsync(string topicUri, global::WampSharp.V2.Core.Contracts.SubscribeOptions options)
 {
     return(mMethodHandler1(this, global::System.Threading.CancellationToken.None, topicUri, options));
 }