package contracts type GRpc interface { Start() error Stop() error Restart() error }