public ServiceConnection(ProviderService2 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(ProviderService2 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 LocalBinder(ProviderService2 outerInstance)
 {
     this.outerInstance = outerInstance;
 }
			public LocalBinder(ProviderService2 outerInstance)
			{
				this.outerInstance = outerInstance;
			}