Asyncable is a code refactoring tool that allows you to create the missing method variant.
In other words, this tool can take a given synchronous or asynchronous method or method signature (in case of interfaces and abstract classes) and create the synchronous/asynchronous variant of the given methods automaticlly.
This tool is been dependent on the Microsoft .NET Compiler Platform (Roslyn).
This tool currently available only for C#.