public new static SampleState GetState()
        {
            var state = StoreBase <SampleState> .GetState();

            return(state);
        }