namespace ReC.Application.Common.Options.DbModel; public class InsertObjectResultOptions { public string NewObjectId { get; set; } = "oGUID"; }