public async Task <IActionResult> ListDecepticons() { var alldecepticons = await _datastore.GetAllDecepticonsAsync(); return(Ok(alldecepticons)); }