public async Task <FileResult> GetExceptionBody(Direction direction, long id) { return(File(await monitorService.DownloadExceptionMessageBody(direction, id), "application/txt")); }