Legacy example (retained as migration evidence; this is not compiled):

    var options = new RelayOptions();
    commandLine.GetSection("Relay").Bind(options);
    environment.GetSection("Relay").Bind(options);
    appSettings.GetSection("Relay").Bind(options);

The accompanying old guide claimed that Bind left an already populated property
alone. This example therefore put the presumed winner first.
