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