public string SourcePathFor(params string[] relative) { return(Path.Combine( SourcePath .AsArray() .Concat(relative) .ToArray() )); }