using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Interfaces { public class LogEventResponse { public LogDirection Direction { get; set; } public OperationResponse ProcessResponse { get; set; } } }