public ActionResult <IEnumerable <FileDetails> > Get() { return(Ok(_attachmentHelper.GetAttchaments())); }