public ProductPage(string keyword, int userId) { InitializeComponent(); vm.FetchByKeywordAsync(keyword); BindingContext = vm; this.UserId = userId; }