private async void NewMethod(Work work) { var r2 = await _gr.GetBookInfo(work.Best_book.Id); }
public WorkViewModel(Work work) { this.work = work; }