public float Degrees(float input)
 {
     return(_speakerService.Degrees(input));
 }