public async Task <IEnumerable <TodoAppViewModel> > Get(string status) { return(await _todoAppService.FilterByStatus(status)); }