namespace Clock { using System; [AttributeUsage(AttributeTargets.Class)] public class ExcludeFromCodeCoverageAttribute: Attribute { } }