/// <summary>
 /// Deletes a file if it exists
 /// </summary>
 /// <param name="filePath">The file path</param>
 public void DeleteFile(FileSystemPath filePath) => filePath.DeleteFile();