/// <summary>
 /// Returns a list of all the device types available
 /// </summary>
 /// <returns></returns>
 public async Task <List <DeviceType> > GetAllDeviceTypesAsync()
 {
     return(await _deviceTypeRepository.GetAllDeviceTypesAsync());
 }