public static void HardlinkTo(IFileLocation source, IFileLocation destination) { source.HardlinkTo(destination); }