// checkpoint byps.gen.cs.GenRemoteStub:133
        public async Task <IList <Object> > GetObj1Async()
        {
            BRequest_RemoteListTypes_getObj1 req  = new BRequest_RemoteListTypes_getObj1();
            Task <IList <Object> >           task = Task <IList <Object> > .Factory.FromAsync(transport.BeginSend <IList <Object> >, transport.EndSend <IList <Object> >, req, null);

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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
		// checkpoint byps.gen.cs.GenRemoteStub:133
		public async Task<IList<Object>> GetObj1Async(){
			BRequest_RemoteListTypes_getObj1 req = new BRequest_RemoteListTypes_getObj1();			
			Task<IList<Object>> task = Task<IList<Object>>.Factory.FromAsync(transport.BeginSend<IList<Object>>, transport.EndSend<IList<Object>>, req, null);
			return await task;
		}
        public virtual void GetObj1(BAsyncResult <IList <Object> > asyncResult)
        {
            BRequest_RemoteListTypes_getObj1 req = new BRequest_RemoteListTypes_getObj1();

            transport.sendMethod(req, asyncResult);
        }
		public virtual void GetObj1(BAsyncResult<IList<Object>> asyncResult) {
			BRequest_RemoteListTypes_getObj1 req = new BRequest_RemoteListTypes_getObj1();			
			transport.sendMethod(req, asyncResult);
		}