// GET: /HelloWorld/ public string Index() { return(services.GetTransferRequest().FirstOrDefault().RequestId); }