namespace Streetwriters.Common.Interfaces { public interface IDocument { string Id { get; set; } } }