namespace WpfLibrary { public interface IDataAccess { string GetData(); } }