Warning 5 XML comment on 'XXX.YYY.ZZZ.GetVariable()' has a param tag for 'req', but there is no parameter by that name C:\XXX\YYY\ZZZ\FoomvcController.cs
///
/// Get an environment variable value
///
///
public string GetVariable()
{
var requestData = DeserializeRequest();
return m_businessLogic.GetVariable(requestData.Req);
}