using System.Diagnostics; namespace GitAnchor.Actions { internal class Pull : BaseAction { public static async new Task Run() { throw new NotImplementedException(); } } }