using System.Collections.Generic; namespace <%= fullNamespace %>.Services { public interface IServiceResponse { List Errors { get; set; } } }