public async Task <IHttpActionResult> count()
 {
     return(Ok(await shortCutService.CountAsync()));
 }