public MainPage(IWifiManagerOperations mgr, MainPageVM vm) { InitializeComponent(); this.mgr = mgr; vm.AddMgr(mgr); this.BindingContext = vm; }