using System.Collections.Generic; namespace StructureHelperCommon.Models.Forces { public interface IForceFactoredList : IForceFactoredCombination { List ForceTuples { get;} } }