public VersionInfo GetVersion() { OutgoingWebResponseContext context = WebOperationContext.Current.OutgoingResponse; context.ContentType = "application/xml"; return(_referenceDataProvider.GetVersion()); }