/// <summary> /// Initializes a new instance of the <see cref="NexusUrl" /> class. /// </summary> public NexusUrl(UrlAction action, IUrlAction data) { Action = action; Data = data; }