public void Delete(int id) { _Smss.DeleteSms(id); _logger.Log(LogLevel.Information, this, LogFunction.Delete, "Sms Deleted {SmsId}", id); }