public async Task <IActionResult> Get(string id)
 {
     return(Success(await _applicationsService.RetrieveByIdAsync(id)));
 }