public Task <Guid> CreateMousepadEffectAsync <T>(MousepadEffect effect, T data)
     where T : struct
 {
     throw new NotImplementedException();
 }
 public Task <Guid> CreateMousepadEffectAsync(MousepadEffect effect)
 {
     throw new NotImplementedException();
 }