public async Task <ActionResult <SelectItemVm> > GetDebtsDropdown() { var vm = await _debtService.GetAllAsSelect(new DebtDto()); return(Ok(vm)); }