using System; using ServiceStack.Common.Utils; namespace ServiceStack { public class ModelConfig { public static void Id(Func getIdFn) { IdUtils.CanGetId = getIdFn; } } }