public static IControl AutoReload( this IControl control, [CallerFilePath] string filepath = "", [CallerMemberName] string method = "") { return(control.AutoReload(new object[0], filepath, method, Assembly.GetCallingAssembly())); }