public static string GetPathToApplicationComponent(ApplicationComponent component) { return(Path.Combine(GetApplicationDirectory(), component.GetDescription())); }