using System.Collections.ObjectModel; namespace Common.Library { public interface IMethodSharingService { ObservableCollection Get(); } }