public GalleryServiceProxy(IServiceConnectionBinder connectionBinder)
 {
     _connectionBinder = connectionBinder;
     _connectionBinder.ConnectionChanged += ConnectionBinder_ConnectionChanged;
 }
 public GalleryFragment() : base(Resource.Layout.GalleryView)
 {
     _serviceBinder = SimpleIoc.Default.GetInstance <IServiceConnectionBinder>();
 }