Simple but it allows the SampleService to use the logger: ``` /// <summary> /// Log /// </summary> protected ILog Log { get { return _log; } } ```