public static DesignByContractViolationException Because(Violation message) { return(new DesignByContractViolationException(message.ToString())); }