public async Task <IActionResult> GetThreads() { await Db.Connection.OpenAsync(); return(new OkObjectResult(await postQuery.GetThreads())); }