public LocalBinder(ConsumerService outerInstance)
 {
     this.outerInstance = outerInstance;
 }
			public LocalBinder(ConsumerService outerInstance)
			{
				this.outerInstance = outerInstance;
			}
            public ServiceConnection(ConsumerService outerInstance) : base(typeof(ServiceConnection).FullName)
            {
//JAVA TO C# CONVERTER WARNING: The .NET Type.FullName property will not always yield results identical to the Java Class.getName method:
                this.outerInstance = outerInstance;
            }
			public ServiceConnection(ConsumerService outerInstance) : base(typeof(ServiceConnection).FullName)
			{
//JAVA TO C# CONVERTER WARNING: The .NET Type.FullName property will not always yield results identical to the Java Class.getName method:
				this.outerInstance = outerInstance;
			}