/// <summary> /// Returns the name of the REST API Method that invoked the extension. /// </summary> public string GetActionName() { return(responseContext.GetActionName()); }