ReactiveCommand .CreateFromTask(_ => GetPerson()) .Execute() .Subscribe(x => person = x); var canNext = person