private void UnusedPrivateMethod()
 {
     CopyUsedAssemblyWithMainEntryRoot_Lib.Unused();
 }
 public static void Main()
 {
     CopyUsedAssemblyWithMainEntryRoot_Lib.Used();
 }