How to use C-sharp to create services similar to those in go- micro

Code in Go:

    service := micro.NewService(
        micro.RegisterTTL(time.Second*30),
        micro.RegisterInterval(time.Second*10),
        micro.Name("TestService"),
    )
    service.Init()

    opts := []server.HandlerOption {
        server.EndpointMetadata("Test.Subscriber",map[string]string{"api":"test.sub"})
    }

can similar services be built in C-sharp and registered with the service framework maintained by go-micro ?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c155-4d983.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c155-4d983.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?