MA0067 - Use Guid.Empty _ = new Guid(); // non-compliant _ = default(Guid); // non-compliant _ = Guid.Empty; // compliant