public GetSoundsSerializeAction(ISoundRestClient restClient)
     : base("GetSounds")
 {
     _restClient = restClient;
 }
 public SoundSerializeManager(ISoundRestClient soundRestClient)
 {
     _soundRestClient = soundRestClient;
 }