using fun.Core; using System; namespace fun.IO.Data { internal interface IElementPropertyDataStore { Element Element { get; } } }