using System; namespace Win.Sfs.Shared { public interface IBranch { TKey BranchId { get; set; } } }