I want to change Sharpshell Icon over handler name so, my handlers will take precedence over other handlers. I noted that Dropbox and Google Drive use space in their handler names so, they take precedence over my sharpshell handlers but i can't add space to my sharpshell handler names as c# compiler doesn't allow space in class names; also, i added the attribute DisplayName but nothing happened.
[ComVisible(true)]
[DisplayName(" Test")]
public class SyncedIconOverlayHandler : SharpIconOverlayHandler
{}