public static ISchemaBuilder EnableRelaySupport( this ISchemaBuilder schemaBuilder) { return(schemaBuilder .UseGlobalObjectIdentifier() .SetContextData(RelayConstants.IsRelaySupportEnabled, 1)); }