The property is just a simple shorthand to `Artifacts.FullName.Value`, which returns directory path as a string. ```cs public string ArtifactsPath { get; } ```