public IActionResult Get(int id) { return new PhysicalFileResult(@"path\to\file", "application/pdf"); }