using System.Collections.Generic; namespace Adaptation.Shared.Properties; public interface IProcessData { List Details { get; } }