public SystemPowerManagement (Context context, ObjectPath opath)
		{
			this.power_management = context.GetObject<ISystemPowerManagement> (opath);
		}
 public SystemPowerManagement(Context context, ObjectPath opath)
 {
     this.power_management = context.GetObject <ISystemPowerManagement> (opath);
 }