// checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IDictionary <short, long> > GetLong1Async()
        {
            BRequest_RemoteMapTypes_getLong1  req  = new BRequest_RemoteMapTypes_getLong1();
            Task <IDictionary <short, long> > task = Task <IDictionary <short, long> > .Factory.FromAsync(transport.BeginSend <IDictionary <short, long> >, transport.EndSend <IDictionary <short, long> >, req, null);

            return(await task);
        }
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_RemoteMapTypes_getLong1 obj = (BRequest_RemoteMapTypes_getLong1)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemoteMapTypes_getLong1()));

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IDictionary<short,long>> GetLong1Async(){
			BRequest_RemoteMapTypes_getLong1 req = new BRequest_RemoteMapTypes_getLong1();			
			Task<IDictionary<short,long>> task = Task<IDictionary<short,long>>.Factory.FromAsync(transport.BeginSend<IDictionary<short,long>>, transport.EndSend<IDictionary<short,long>>, req, null);
			return await task;
		}
		public virtual void GetLong1(BAsyncResult<IDictionary<short,long>> asyncResult) {
			BRequest_RemoteMapTypes_getLong1 req = new BRequest_RemoteMapTypes_getLong1();			
			transport.sendMethod(req, asyncResult);
		}
        public virtual void GetLong1(BAsyncResult <IDictionary <short, long> > asyncResult)
        {
            BRequest_RemoteMapTypes_getLong1 req = new BRequest_RemoteMapTypes_getLong1();

            transport.sendMethod(req, asyncResult);
        }