public IGroupAccessor Create(GroupAccessorConfiguration arg)
        {
            var groupAccessor = new CacheableGroupAccessor(arg.GroupAccessorToken, arg.InitialEntities, _eventSystem);

            groupAccessor.MonitorEntityChanges();
            return(groupAccessor);
        }
 public IGroupAccessor Create(GroupAccessorConfiguration arg)
 {
     return(new CacheableGroupAccessor(arg.GroupAccessorToken, arg.InitialEntities, _eventSystem));
 }