namespace FileTime.Core.Interactions { public interface IInputInterface { Task ReadInputs(IEnumerable fields); } }