private void FormatResourceChangePath(ChangeType changeType, string relativeResourceId, string apiVersion)
 {
     this.FormatPath(
         relativeResourceId,
         0,
         1,
         () => this.Builder.Append(changeType.ToSymbol()).Append(Symbol.WhiteSpace),
         () => this.FormatResourceChangeApiVersion(apiVersion));
 }