# README
Simple Service
Licensing 
This program is free software: you can redistribute it and/or modify it under the terms of the Apache license.
# Functions
NewBaseService returns an initialized BaseService object.
# Structs
BaseService provides common mechanisms to all services implementing the Service interface.
# Interfaces
Service handles queued requests at an optional rate limit.