namespace MoreLevelContent.Shared.Store { public class LevelDataStore : StoreBase { public override void Setup() => throw new System.NotImplementedException(); } }